projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e32e83
)
; Open inferior Lua buffer in a window, not a frame
author
john muhl
<jm@pub.pink>
Wed, 20 Mar 2024 00:46:12 +0000
(19:46 -0500)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Mar 2024 07:23:21 +0000
(09:23 +0200)
* lisp/progmodes/lua-ts-mode.el (lua-ts-inferior-lua): Replace
'display-buffer-pop-up-window' with
'display-buffer-pop-up-frame'. (bug#69909)
lisp/progmodes/lua-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/lua-ts-mode.el
b/lisp/progmodes/lua-ts-mode.el
index 25fd7792f4248785799fb705494bd476faec4fd1..b6d6e90680c4e46fb370f1543f2b1289371ff90f 100644
(file)
--- a/
lisp/progmodes/lua-ts-mode.el
+++ b/
lisp/progmodes/lua-ts-mode.el
@@
-628,7
+628,7
@@
Calls REPORT-FN directly."
nil t)))
(select-window (display-buffer lua-ts-inferior-buffer
'((display-buffer-reuse-window
- display-buffer-pop-up-
frame
)
+ display-buffer-pop-up-
window
)
(reusable-frames . t))))
(get-buffer-process (current-buffer)))